home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 7.8 / 2001-11_Disc_7.8.bin / Data / items.pcg / scripts / DefineButton2_259 / BUTTONCONDACTION on(release, keyPress Left).as < prev    next >
Text File  |  2001-08-16  |  177b  |  5 lines

  1. on(release, keyPress "<Left>"){
  2.    _level7.HelpControl.gotoAndStop("wait");
  3.    SwitchTab(3,"menufile","filename",num_Files,lastFileBox,"file",fileCount,currentFileCount);
  4. }
  5.